projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010921a
)
x86: Add ENABLE_MRC_CACHE Kconfig option
author
Bin Meng
<
[email protected]
>
Mon, 12 Oct 2015 04:37:35 +0000
(21:37 -0700)
committer
Simon Glass
<
[email protected]
>
Wed, 21 Oct 2015 13:46:26 +0000
(07:46 -0600)
Create a Kconfig option for enabling MRC cache.
Signed-off-by: Bin Meng <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index bf09b210675816eda3e0704a02932ddb3acacaa1..f92082d4766c8f11d558b3983a4cc5986c7c3730 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-239,6
+239,14
@@
config FSP_SYS_MALLOC_F_LEN
help
Additional size of malloc() pool before relocation.
+config ENABLE_MRC_CACHE
+ bool "Enable MRC cache"
+ depends on !EFI && !SYS_COREBOOT
+ help
+ Enable this feature to cause MRC data to be cached in NV storage
+ to be used for speeding up boot time on future reboots and/or
+ power cycles.
+
config SMP
bool "Enable Symmetric Multiprocessing"
default n